projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31d5543
)
(temacs): Use del to delete file, not rm.
author
Andrew Innes
<andrewi@gnu.org>
Thu, 21 Jan 1999 12:12:24 +0000
(12:12 +0000)
committer
Andrew Innes
<andrewi@gnu.org>
Thu, 21 Jan 1999 12:12:24 +0000
(12:12 +0000)
src/makefile.nt
patch
|
blob
|
history
diff --git
a/src/makefile.nt
b/src/makefile.nt
index 522c958563f6e0627658ab691a7b02a1b6cdd956..a30a70dea465c11d49e19699481e12773e4e4756 100644
(file)
--- a/
src/makefile.nt
+++ b/
src/makefile.nt
@@
-209,7
+209,7
@@
temacs: $(BLD) $(TEMACS)
$(TEMACS): $(TLIB0) $(TLIB1) $(TLIB2) $(TLIBW32) $(TLASTLIB) $(TOBJ) $(TRES)
$(LINK) -out:$(TEMACS_TMP) $(LINK_FLAGS) $(TOBJ) $(TRES) $(LIBS)
..\nt\$(BLD)\addsection $(TEMACS_TMP) $(TEMACS) EMHEAP 16
-
rm
$(TEMACS_TMP)
+
del
$(TEMACS_TMP)
#
# The resource file. NT 3.10 requires the use of cvtres; even though